home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 84 / 084.d81 / source codes / BRIEFS.EBUD next >
Encoding:
Text File  |  1991-01-01  |  15.5 KB  |  975 lines

  1.  
  2. open =$ffc0
  3. readst =$ffb7
  4. setlfs =$ffba
  5. setnam =$ffbd
  6. load =$ffd5
  7. getin =$ffe4
  8. clrchn =$ffcc
  9. close =$ffc3   ;a
  10. chrin =$ffcf
  11. chkout =$ffc9  ;x
  12. chkin =$ffc6   ;x
  13. plot =$fff0
  14. chrout =$ffd2
  15. color'pointer =243
  16. screen'line'pointer =209
  17. print'number =$bdcd ;x,a
  18. clear'line =59903
  19.  
  20.  
  21. .org $801
  22. .obj "@0:ls briefs.o"
  23.  
  24. .byt $0b,$08,$0a,$00,$9e,$32,$30,$36,$31,$00,$00,$00;10 sys2061
  25. ;mem
  26.  
  27. start lda #0
  28. sta 53280
  29. sta 53281
  30. sta 198
  31. sta 55
  32. lda #160
  33. sta 56
  34. jsr print'boxes
  35. ldx #2
  36. ldy #5
  37. clc
  38. jsr plot
  39.  
  40. lda #15
  41. sta 646
  42.  
  43. ldy #0
  44. - lda briefs'title,y
  45. beq print'options
  46. jsr chrout
  47. iny
  48. bne -
  49.  
  50. print'options ldx #9
  51. ldy #6
  52. clc
  53. jsr plot
  54. lda #15
  55. sta 646
  56. sta 199
  57.  
  58. ldy #0
  59. get'option lda first'options,y
  60. beq +
  61. jsr chrout
  62. iny
  63. sty temp
  64. lda 211
  65. bne get'option
  66. inc 214
  67. lda #6
  68. sta 211
  69. inc 199
  70. jsr 58732
  71. ldy temp
  72. bne get'option
  73.  
  74. + lda #0
  75. sta item
  76. jsr select
  77.  
  78. jsr wait'key
  79. lda item
  80. cmp #3
  81. bne +
  82. jsr appender
  83. jmp start
  84.  
  85. + cmp #2
  86. bne +
  87. jsr print'forms
  88. jmp start
  89.  
  90. + jmp dynamic'keyboard'loader
  91.  
  92. wait'key jsr getin
  93. beq wait'key
  94.  
  95. cmp #17
  96. beq crsr'down
  97. cmp #145
  98. beq crsr'up
  99. cmp #13
  100. beq selected
  101.  
  102. cmp "1"
  103. bcc wait'key
  104. cmp "6"
  105. bcs wait'key
  106. sta 631
  107. jsr deselect
  108. lda 631
  109. sec
  110. sbc #49
  111. sta item
  112. jsr select
  113. - bit 197
  114. bvc -
  115.  
  116. rts
  117.  
  118. crsr'down jsr deselect
  119. inc item
  120. lda item
  121. cmp #5
  122. bcc +
  123. lda #0
  124. sta item
  125. + jsr select
  126. jmp wait'key
  127.  
  128. crsr'up jsr deselect
  129. dec item
  130. bpl +
  131. lda #4
  132. sta item
  133. + jsr select
  134. jmp wait'key
  135.  
  136. selected lda item
  137. adc #48
  138. sta 631
  139.  
  140. rts
  141.  
  142. select lda item
  143. asl
  144. clc
  145. adc #9
  146. tax
  147. ldy #0
  148. clc
  149. jsr plot
  150.  
  151. ldy #35
  152. - lda (209),y
  153. and #127
  154. sta (209),y
  155. lda #1
  156. sta (243),y
  157. dey
  158. cpy #4
  159. bne -
  160. rts
  161.  
  162. deselect lda item
  163. asl
  164. clc
  165. adc #9
  166. tax
  167. ldy #0
  168. clc
  169. jsr plot
  170.  
  171. ldy #35
  172. - lda (209),y
  173. ora #128
  174. sta (209),y
  175. lda #15
  176. sta (243),y
  177. dey
  178. cpy #4
  179. bne -
  180. rts
  181.  
  182. print'boxes lda #147
  183. jsr chrout
  184.  
  185. ldy #39
  186. - lda #228
  187. sta (209),y
  188. lda #1
  189. sta (243),y
  190. dey
  191. bpl -
  192.  
  193. lda #13
  194. jsr chrout
  195.  
  196. ldy #119
  197. - lda #160
  198. sta (209),y
  199. lda #15
  200. sta (243),y
  201. dey
  202. bpl -
  203.  
  204. lda #4
  205. sta 214
  206. jsr 58732
  207.  
  208. ldy #39
  209. - lda #227
  210. sta (209),y
  211. lda #12
  212. sta (243),y
  213. dey
  214. bpl -
  215.  
  216. print'menu ldx #7
  217. ldy #0
  218. clc
  219. jsr plot
  220.  
  221. ldy #36
  222. - lda #228
  223. sta (209),y
  224. lda #1
  225. sta (243),y
  226. dey
  227. cpy #3
  228. bne -
  229.  
  230. lda #11
  231. sta temp
  232.  
  233. - lda #13
  234. jsr chrout
  235.  
  236. ldy #36
  237. - lda #160
  238. sta (209),y
  239. lda #15
  240. sta (243),y
  241. dey
  242. cpy #3
  243. bne -
  244.  
  245. dec temp
  246. bne --
  247.  
  248. lda #13
  249. jsr chrout
  250.  
  251. ldy #36
  252. - lda #227
  253. sta (209),y
  254. lda #12
  255. sta (243),y
  256. dey
  257. cpy #3
  258. bne -
  259.  
  260. print'prompt ldx #23
  261. ldy #3
  262. clc
  263. jsr plot
  264.  
  265. ldy #0
  266. sty 199
  267. - lda prompt,y
  268. beq +
  269. jsr chrout
  270. iny
  271. bne -
  272.  
  273. + rts
  274.  
  275. appender lda #0
  276. sta 198
  277. jsr print'boxes
  278. ldx #2
  279. ldy #2
  280. clc
  281. jsr plot
  282.  
  283. lda #15
  284. sta 646
  285. sta 199
  286.  
  287. ldy #0
  288. - lda title,y
  289. beq print'appender'options
  290. jsr chrout
  291. iny
  292. bne -
  293.  
  294. print'appender'options ldx #9
  295. ldy #6
  296. clc
  297. jsr plot
  298. lda #15
  299. sta 646
  300. sta 199
  301.  
  302. ldy #0
  303. get'appender'option lda options,y
  304. beq +
  305. jsr chrout
  306. iny
  307. sty temp
  308. lda 211
  309. bne get'appender'option
  310. inc 214
  311. lda #6
  312. sta 211
  313. inc 199
  314. jsr 58732
  315. ldy temp
  316. bne get'appender'option
  317.  
  318. + lda #1
  319. sta 199
  320. jsr print'device'number
  321.  
  322. lda #0
  323. sta item
  324. jsr select
  325.  
  326. jsr wait'key
  327. lda item
  328.  
  329. beq show'dir
  330.  
  331. cmp #1
  332. bne +
  333. jsr change'device
  334. jsr print'device'number
  335. jmp appender
  336.  
  337. + cmp #2
  338. bne +
  339. jsr print'instructions
  340. jmp appender
  341.  
  342. + cmp #3
  343. bne +
  344. jsr set'up'pointers
  345. jmp appender
  346.  
  347. + rts
  348.  
  349. show'dir ldy #0
  350. - lda dir'text,y
  351. beq +
  352. jsr chrout
  353. iny
  354. bne -
  355.  
  356. + jsr directory
  357.  
  358. ldy #0
  359. - lda dir'prompt,y
  360. beq +
  361. jsr chrout
  362. iny
  363. bne -
  364.  
  365. / jsr getin
  366. beq -
  367.  
  368. jmp appender
  369.  
  370.  
  371. set'up'pointers lda <stuff
  372. sta 251
  373. lda >stuff
  374. sta 252
  375. ldy #0
  376.  
  377. print'append'prompt ldx #23
  378. jsr clear'line
  379.  
  380. ldy #0
  381. sty 198
  382. - lda append'prompt,y
  383. beq +
  384. jsr chrout
  385. iny
  386. bne -
  387.  
  388. / jsr getin
  389. beq -
  390.  
  391. cmp " "
  392. beq +
  393. rts
  394.  
  395. + ldx #23
  396. ldy #1
  397. clc
  398. jsr plot
  399.  
  400. print'working'text ldy #0
  401. - lda working'text,y
  402. beq open'error'channel
  403. jsr chrout
  404. iny
  405. bne -
  406.  
  407. open'error'channel lda #3
  408. ldx <disk'command
  409. ldy >disk'command
  410. jsr $ffbd;           setnam
  411. lda #15;             file number
  412. ldx device
  413. ldy #15
  414. jsr $ffba;           setlfs
  415. jsr $ffc0;           open
  416.  
  417. jsr clrchn
  418.  
  419. open'append'file lda #14
  420. ldy #>append'name
  421. ldx #<append'name
  422. jsr $ffbd;           setnam
  423. lda #2;             file number
  424. ldx device
  425. ldy #2
  426. jsr $ffba;           setlfs
  427. jsr $ffc0;           open
  428.  
  429. jsr clrchn
  430. ldx #2
  431. jsr chkout
  432.  
  433. ldy #0
  434. let's'go lda (251),y
  435. beq quit
  436. jsr chrout
  437. bump'pointers inc 251
  438. bne +
  439. inc 252
  440. + bne let's'go
  441. quit jsr clrchn
  442.  
  443. lda #147
  444. jsr chrout
  445.  
  446. ldx #12
  447. jsr 59903
  448. lda #1
  449. sta 646
  450.  
  451. - ldx #15
  452. jsr chkin
  453. jsr getin
  454. sta temp
  455. jsr clrchn
  456. lda temp
  457. cmp #13
  458. beq +
  459. jsr chrout
  460. bne -
  461.  
  462. + lda #2
  463. jsr close
  464. lda #15
  465. jsr close
  466. lda #0
  467. sta 198
  468. - jsr getin
  469. beq -
  470. rts
  471.  
  472. dynamic'keyboard'loader lda #30
  473. ldy #>name
  474. ldx #<name
  475. jsr $ffbd;           setnam
  476. lda #15;             file number
  477. ldx #8
  478. ldy #15
  479. jsr $ffba;           setlfs
  480. jsr $ffc0;           open
  481. ldx #15
  482. jsr $ffc6;           set for input
  483. jsr $ffcf;           get byte
  484. sta input
  485. jsr $ffcf
  486. sta input+1
  487.  
  488. ldy #0
  489. sty 199
  490. - jsr $ffcf
  491. iny
  492. cpy #32
  493. bne -
  494.  
  495. lda #15
  496. jsr $ffc3;         close 15
  497. jsr $ffcc;         clear channels
  498.  
  499. ldx #255
  500. lda input
  501. cmp #"6"
  502. bne nope
  503. lda input+1
  504. cmp #"3"
  505. bne nope
  506.  
  507. lda 53281
  508. sta 646
  509.  
  510. lda item
  511. bne +
  512.  
  513. lda <feedback
  514. sta 251
  515. lda >feedback
  516. sta 252
  517. bne print'file
  518.  
  519. + cmp #1
  520. bne +
  521.  
  522. lda <printer
  523. sta 251
  524. lda >printer
  525. sta 252
  526. bne print'file
  527.  
  528. + cmp #4
  529. bne +
  530. lda <connect
  531. sta 251
  532. lda >connect
  533. sta 252
  534. bne print'file
  535.  
  536. + jmp start
  537.  
  538. print'file ldy #0
  539. - lda dynamic'keyboard,y
  540. beq +
  541. jsr chrout
  542. iny
  543. bne -
  544.  
  545. + ldy #0
  546. - lda (251),y
  547. beq +
  548. jsr chrout
  549. iny
  550. bne -
  551.  
  552. + ldy #0
  553. - lda d'keyboard'ii,y
  554. beq +
  555. jsr chrout
  556. iny
  557. bne -
  558.  
  559. + lda #13
  560. sta 631
  561. sta 632
  562. sta 633
  563.  
  564. lda #3
  565. sta 198
  566. rts
  567.  
  568. nope lda #147
  569. jsr chrout
  570. rts
  571.  
  572. directory lda #8
  573. ldy #>dir'name
  574. ldx #<dir'name
  575. jsr $ffbd;          setnam
  576. lda #17;            file number
  577. ldx device
  578. ldy #0
  579. jsr $ffba; n        setlfs
  580. jsr $ffc0;           open
  581. ldx #17
  582. jsr $ffc6;         
  583.  
  584. jsr get'byte
  585. jsr get'byte;        skip first two bytes
  586.  
  587. first jsr $ffb7;     read status
  588. and #64
  589. bne dir'out
  590.  
  591. jsr get'byte
  592. jsr get'byte;         skip two bytes
  593.  
  594. second jsr $ffb7
  595. and #64;              eof?
  596. bne dir'out
  597. jsr get'byte
  598. tax
  599. jsr get'byte
  600. jsr $bdcd
  601. lda " "
  602. jsr $ffd2
  603.  
  604. jsr $ffb7
  605. and #64;               eof?
  606. bne dir'out
  607.  
  608. third jsr get'byte
  609. bne +
  610.  
  611. lda #13
  612. jsr $ffd2
  613. jmp first
  614.  
  615. + jsr $ffd2
  616. jsr $ffb7
  617. and #64
  618. bne dir'out
  619.  
  620. jmp third
  621.  
  622. get'byte jsr $ffcf;   chrin
  623. rts
  624.  
  625. dir'out lda #17
  626. jsr $ffc3;            close17
  627. jsr $ffcc ;clear chan
  628.  
  629. rts
  630.  
  631. change'device inc device
  632. lda device
  633. cmp #16
  634. bcc +
  635. lda #8
  636. sta device
  637.  
  638. + lda #0
  639. tax
  640. tay
  641. jsr setnam
  642. lda #17;            file number
  643. ldx device
  644. ldy #0
  645. jsr $ffba; n        setlfs
  646. jsr $ffc0;           open
  647. lda #17
  648. jsr close
  649.  
  650. jsr readst
  651. bmi change'device
  652. rts
  653.  
  654. print'device'number lda #15
  655. sta 646
  656.  
  657. ldx #11
  658. ldy #28
  659. clc
  660. jsr plot
  661.  
  662. ldx device
  663. lda #0
  664. jmp print'number
  665.  
  666. print'instructions ldx #5
  667. stx temp
  668. - jsr clear'line
  669. inc temp
  670. ldx temp
  671. cpx #24
  672. bne -
  673.  
  674. lda <instruction'text
  675. sta 251
  676. lda >instruction'text
  677. sta 252
  678.  
  679. ldy #0
  680. get'instructions lda (251),y
  681. beq quit'instructions
  682. jsr chrout
  683. bump'instruction'pointers inc 251
  684. bne +
  685. inc 252
  686. + bne get'instructions
  687. quit'instructions jsr getin
  688. beq quit'instructions
  689. rts
  690.  
  691. print'forms ldx #23
  692. jsr clear'line
  693.  
  694. ldx #23
  695. ldy #0
  696. clc
  697. jsr plot
  698.  
  699. ldy #0
  700. sty 199
  701. sty 198
  702. - lda form'query,y
  703. beq +
  704. jsr chrout
  705. iny
  706. bne -
  707.  
  708. / jsr getin
  709. beq -
  710.  
  711. cmp "p"
  712. beq set'submission
  713.  
  714. cmp "s"
  715. beq set'subscription
  716. rts
  717.  
  718. set'submission lda <submission'text
  719. sta 251
  720. lda >submission'text
  721. sta 252
  722.  
  723. bne print'print'prompt
  724.  
  725. set'subscription lda <subscription'text
  726. sta 251
  727. lda >subscription'text
  728. sta 252
  729.  
  730. print'print'prompt ldx #23
  731. jsr clear'line
  732.  
  733. ldx #23
  734. ldy #0
  735. clc
  736. jsr plot
  737.  
  738. ldy #0
  739. sty 198
  740. sty 199
  741. - lda form'prompt,y
  742. beq +
  743. jsr chrout
  744. iny
  745. bne -
  746.  
  747. / jsr getin
  748. beq -
  749.  
  750. cmp " "
  751. beq print'printing
  752. rts
  753.  
  754. print'printing ldx #23
  755. jsr clear'line
  756.  
  757. ldx #23
  758. ldy #0
  759. clc
  760. jsr plot
  761.  
  762. ldy #0
  763. sty 198
  764. sty 199
  765. - lda printing'text,y
  766. beq open'printer
  767. jsr chrout
  768. iny
  769. bne -
  770.  
  771. open'printer lda #0
  772. tax
  773. tay
  774. jsr $ffbd;           setnam
  775. lda #4;              file number
  776. ldx #4
  777. ldy #7
  778. jsr $ffba;           setlfs
  779. jsr $ffc0;           open
  780.  
  781. jsr clrchn
  782.  
  783. ldx #4
  784. jsr chkout
  785.  
  786. ldy #0
  787. get'forms lda (251),y
  788. beq quit'printing
  789. jsr chrout
  790. bump'print'pointers inc 251
  791. bne +
  792. inc 252
  793. + bne get'forms
  794.  
  795. quit'printing jsr clrchn
  796. lda #4
  797. jsr close
  798. rts
  799.  
  800. disk'command .asc "i0:"
  801. dir'name .asc "$index.*"
  802. dir'text .byt 147,13,159:.asc "Index data files on this disk...":.byt 5,13,13,0
  803. dir'prompt .byt 159:.asc "Press any key...":.byt 0
  804. append'name .asc "index.data,p,a"
  805. device .byt 8
  806.  
  807. name .asc "r0:hello connect=hello connect":.byt 0
  808. input .buf 2
  809. dynamic'keyboard .byt 147,17,17,17
  810. .asc "load":.byt 34,0
  811. d'keyboard'ii .byt 34:.asc ",8":.byt 13,17,17,17,17
  812. .asc "run":.byt 19,17,0
  813. connect .asc "hello connect":.byt 0
  814. feedback .asc "machine":.byt 0
  815. printer .asc "text printer":.byt 0
  816.  
  817. briefs'title .byt 18,14,8:.asc "L O A D S T A R   B R I E F S":.byt 0
  818. title .asc "L I B R A R Y   A P P E N D E R   #84":.byt 0
  819. temp .byt 0
  820. item .byt 1
  821. first'options .asc "1. Feedback Machine":.byt 13
  822. .asc "2. Text Printer":.byt 13
  823. .asc "3. Print LOADSTAR Forms":.byt 13
  824. .asc "4. LOADSTAR Library Appender":.byt 13
  825. .asc "5. Return To LOADSTAR":.byt 0
  826.  
  827.  
  828. options .asc "1. See Directory":.byt 13
  829. .asc "2. Current Device is:":.byt 13
  830. .asc "3. Instructions":.byt 13
  831. .asc "4. Append New Data To Library":.byt 13
  832. .asc "5. Return To Main Menu":.byt 0
  833.  
  834. prompt .byt 159:.asc "Use ":.byt 5:.asc "CRSR Keys ":.byt 159:.asc "And ":.byt 5:.asc "RETURN ":.byt 159:.asc "To Select":.byt 19,0
  835.  
  836. instruction'text .byt 19,13,13,13,13,13,13,13,159
  837. .asc "      LIBRARY APPENDER will append":.byt 13
  838. .asc " the current issue information to your":.byt 13
  839. .asc " LOADSTAR LIBRARY database.  Once you":.byt 13
  840. .asc " have appended this month's data to":.byt 13
  841. .asc " your database, DO NOT repeat the":.byt 13
  842. .asc " process until next month.":.byt 13,13
  843. .asc "     When prompted to insert your":.byt 13
  844. .asc " library disk, insert a COPY of":.byt 13
  845. .asc " LOADSTAR LIBRARY in the selected":.byt 13
  846. .asc " device.  If using a hard drive, make":.byt 13
  847. .asc " sure that the current partition or":.byt 13
  848. .asc " subdirectory has LOADSTAR LIBRARY":.byt 13
  849. .asc " and its files visible.":.byt 13,13,13,5
  850. .asc "              Press any key...":.byt 0
  851.  
  852. append'prompt .byt 5,146:.asc "  Insert Library Disk/Press SPACE or Q":.byt 0
  853. working'text .byt 5,146:.asc "  Appending new data.  Please wait...":.byt 0
  854.  
  855. submission'text .byt 13,13
  856. .asc "                            PROGRAM SUBMISSION FORM":.byt 13
  857. .asc "                                   LOADSTAR":.byt 13
  858. .asc "                                 P.O. Box 30008":.byt 13
  859. .asc "                         Shreveport, Louisiana 71130-0008":.byt 13,13
  860. .asc "          Thank you for your submission.  Each submission receives":.byt 13
  861. .asc "     careful evaluation and consideration.  We acknowledge receipt of":.byt 13
  862. .asc "     of your submission right away, but please allow 1-2 months for":.byt 13
  863. .asc "     evaluation.":.byt 13,13
  864. .asc "          Please complete this form and return it to us along with":.byt 13
  865. .asc "     your submission.  This information will help us in evaluating":.byt 13
  866. .asc "     your work.  Please type or print clearly.":.byt 13,13
  867. .asc "                             ABOUT THE AUTHOR:":.byt 13,13
  868. .asc "     Name:....................... Social Security #:....................":.byt 13,13
  869. .asc "     Address:...........................................................":.byt 13,13
  870. .asc "     City:.................. State:....... Zip:.........................":.byt 13,13
  871. .asc "     Telephone (day):............... Evening:...........................":.byt 13,13,13
  872. .asc "                           ABOUT THE SUBMISSION":.byt 13,13
  873. .asc "     Computer:   ........ Commodore 64    ........ Commodore 128":.byt 13,13
  874. .asc "     Format:     ........ 40-Column       ........ 80-Column":.byt 13,13
  875. .asc "     Name Of Submission:.................................................":.byt 13,13
  876. .asc "     Purpose:............................................................":.byt 13,13
  877. .asc "     Assemblers/Compilers Used:..........................................":.byt 13,13
  878. .asc "     Start-up Filename:..................................................":.byt 13,13
  879. .asc "     Files Used:.........................................................":.byt 13,13
  880. .asc "                .........................................................":.byt 13,13,13
  881. .asc "          I, ..............................., hereby certify that as of":.byt 13
  882. .asc "     ...................., the submission described above, and in the":.byt 13
  883. .asc "     accompanying documentation, is my original work, and that":.byt 13
  884. .asc "     it has not been previously published, and is not currently":.byt 13
  885. .asc "     under consideration by another publisher.":.byt 13,13
  886. .asc "     NOTE: Adventure games require complete maps and complete":.byt 13
  887. .asc "     solutions.  SOURCE FILES AND MACROS (IF ANY) MUST ACCOMPANY SUBMISSIONS.":.byt 13
  888. .asc "     Submissions must be on a 5 and 1/4 inch disk.  Programs MUST":.byt 13
  889. .asc "     include all files necessary to run them (this includes":.byt 13
  890. .asc "     documentation on use of the program).":.byt 13,13
  891. .asc "          All submissions (disks and accompanying printed material)":.byt 13
  892. .asc "     MUST be labeled with the author's name, complete address,":.byt 13
  893. .asc "     telephone number(s), submission name and type of computer.":.byt 13,0
  894.  
  895. subscription'text .byt 13,13
  896. .asc "                           LOADSTAR SUBSCRIPTION RATES":.byt 13
  897. .asc "                                 P.O. Box 30008":.byt 13
  898. .asc "                         Shreveport, Louisiana 71130-0008":.byt 13,13
  899. .asc "          DOMESTIC               CANADA and MEXICO           OTHER FOREIGN":.byt 13,13
  900. .asc "  ..... 3 issues - $19.95    ..... 3 issues - $24.95    ..... 3 issues - $27.95":.byt 13,13
  901. .asc "  ..... 6 issues - $39.95    ..... 6 issues - $49.95    ..... 6 issues - $59.95":.byt 13,13
  902. .asc "  .....12 issues - $69.95    .....12 issues - $79.95    .....12 issues - $99.95":.byt 13,13
  903. .asc "                         Louisiana Residents add 4% Sales Tax":.byt 13,13,13
  904. .asc "                                 PLEASE PRINT":.byt 13,13,13
  905. .asc "                   Name:..................................................":.byt 13,13
  906. .asc "                   Address:...............................................":.byt 13,13
  907. .asc "                   City:..................................................":.byt 13,13
  908. .asc "                   State And Zip:.........................................":.byt 13,13,13
  909. .asc "                   ......Mastercard                 ......DISCOVER":.byt 13,13
  910. .asc "                   ......VISA                       ......American Express":.byt 13,13,13
  911. .asc "                   Card Number:...........................................":.byt 13,13
  912. .asc "                   Expiration Date:.......................................":.byt 13,13,13,13
  913. .asc "                   Signature:.............................................":.byt 13,0
  914.  
  915. form'query .byt 5,146
  916. .asc " Subscription/Program submission? (S/P)":.byt 0
  917. form'prompt .byt 5,146
  918. .asc "   Ready printer and press SPACE or Q":.byt 0
  919.  
  920. printing'text .byt 5,146
  921. .asc "            P R I N T I N G . . .":.byt 0
  922.  
  923. current'issue .byt 84
  924. stuff .scr "\84_";****____DON'T FORGET NEW ISSUE NUMBER!!!!
  925. .scr "Multiple Drives and PEEK (186)_"
  926. .scr "Tucker, Fender_"
  927. .scr "7_"
  928. .scr "Dirtovar V2_"
  929. .scr "Tucker, Fender_"
  930. .scr "7_"
  931. .scr "Instant High Score_"
  932. .scr "Jones, Jeffrey_"
  933. .scr "7_"
  934. .scr "Review: Videobyte/Computereyes_"
  935. .scr "Dave Matthews_"
  936. .scr "3_"
  937. .scr "Sys Toolbox_"
  938. .scr "Nash and Jones_"
  939. .scr "1_
  940. .scr "Possessive Power_"
  941. .scr "McAleer, Paul_"
  942. .scr "4_"
  943. .scr "Dina Math_"
  944. .scr "Henry Cochran_"
  945. .scr "4_"
  946. .scr "Puzzle Page #84_"
  947. .scr "Schulak, Barbara_"
  948. .scr "4_"
  949. .scr "TV Gram_"
  950. .scr "Schulak, Barbara_"
  951. .scr "4_"
  952. .scr "Cryptic Printout_"
  953. .scr "Schulak, Barbara_"
  954. .scr "4_"
  955. .scr "Jukebox - Shockley_"
  956. .scr "Shockley, William_"
  957. .scr "5_"
  958. .scr "Grafix - Walt's Workshop #3_"
  959. .scr "Harned, Walt_"
  960. .scr "2_"
  961. .scr "Inertiania_"
  962. .scr "Rose, Anthony_"
  963. .scr "0_"
  964. .scr "Fortune Hunter_"
  965. .scr "Blackmer, Bob_"
  966. .scr "0_"
  967. .scr "Calc Templates_"
  968. .scr "Various Authors_"
  969. .scr "3_"
  970. .scr "Ocean Life (Geos clip art)_"
  971. .scr "Stoehr, Thomas_"
  972. .scr "6_"
  973. .scr "@"
  974.  
  975.